home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / s / pcd < prev    next >
AmigaDOS Script File  |  1994-11-17  |  246b  |  15 lines

  1. .key DIR
  2.  
  3. ; $VER: PCD 40.1 (9.2.93)
  4. ; This is a CD script that remembers the previous directory
  5.  
  6. IF "<DIR>" EQ ""
  7.   Assign ofrom<$$>: ""
  8.   CD from<$$>:
  9.   Assign from<$$>: ofrom<$$>:
  10.   Assign ofrom<$$>:
  11. Else
  12.   Assign from<$$>: ""
  13.   CD <DIR>
  14. EndIF
  15.